home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir26 / epi601_1.zip / FILES01.EXE / EIS_HELP.HPT < prev    next >
Text File  |  1994-08-22  |  33KB  |  854 lines

  1. .topic EditNewFile=1000
  2.   « Open a new editor |EDITNEWFILE»▄   «INDEX»   «COMMANDS»
  3.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  4. Create a new file for editing in an editor window.
  5. An existing file can be open using «OPEN|EDITFILE».
  6.  
  7. .topic EditFile
  8.   « Open a file for editing |EDITFILE»▄   «INDEX»   «COMMANDS»
  9.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  10. The Open command displays the Open a File dialog box. In this
  11. dialog box you select the text file you want by browsing through existing
  12. file name in a file viewer.
  13.  
  14. The ~Open a File~ dialog box contains:
  15.  
  16.  ■ an ~input box~ with a «history» list
  17.  ■ a ~list box~ to browse the directory
  18.  ■ the standard ~Cancel~ button
  19.  ■ ~Open~ action button
  20.  ■ an ~information panel~ that describes the
  21.    selected file
  22.  
  23. .topic history=message
  24. An History list is a popup window showing the list of previous choices made
  25.  
  26. .topic Save
  27.   « Save Editor File |SAVE»▄   «INDEX»   «COMMANDS»
  28.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  29. Save the current file in the editor under its name if any, or pops-up
  30. the «save as...|SAVEAS» window if no name were given yet.
  31.  
  32. .topic SaveAs
  33.   « Save current Editor file as... |SAVEAS»▄   «INDEX»   «COMMANDS»
  34.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  35. Displays a window in order to pick or to enter a name for saving the current
  36. editor file.
  37. .TOPIC AUTOINDENT=MESSAGE
  38. When autoindent is on, pressing <ENTER> moves to the first non blank
  39. caracter of the next line. When autoindent if off, <ENTER> moves to the
  40. begining of the next line.
  41.  
  42. .topic Print
  43.    « Print |PRINT»▄   «INDEX»   «COMMANDS»
  44.     ▀▀▀▀▀▀▀
  45. This option sends the content of the current window to the printer through the port
  46. specified in «printer setup|SETPRINTER». If the printer is not on line, a message
  47. box pops-up and ask to correct the problem.
  48.  
  49. An «initialization string|INITSTR» can be specified for the printer.
  50.  
  51. .topic About
  52.    « About |ABOUT»▄   «INDEX»   «COMMANDS»
  53.     ▀▀▀▀▀▀▀
  54. This option displays an information screen about the ~Epiglue~ program, indicating
  55. the amount of free memory currently availble. This does not reflect the amount of
  56. memory free when «swapping out|SWAP». EPIGLUE retains only about 5k when running an external
  57. application.
  58.  
  59. .topic SWAP=MESSAge
  60. Swapping out means leaving the current program and give the control temporarily to
  61. another program.
  62.  
  63. .topic Quit
  64.    « Quit |QUIT»▄   «INDEX»   «COMMANDS»
  65.     ▀▀▀▀▀▀
  66. Quit the program
  67.  
  68. Keyboard equivalent: ~Alt-X~ and ~F10~ when no windows are actives
  69.  
  70. When a window is opened on the desktop, pressing ~F10~ closes it. 
  71. ~Alt-X~ quits directly, closing all windows and prompting for
  72. saving if needed.
  73.  
  74. .topic Undo
  75.   « Undo last deletion at the cursor location |UNDO»▄   «INDEX»   «COMMANDS»
  76.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  77. A deletion on a line can be undone as long as the cursor was not moved.
  78.  
  79.      «Cut editing function|cut»
  80.      «Copy editing function|COPY»
  81.      «Paste editing function|PASTE»
  82.      «Erase editing function|ERASE»
  83.  
  84. .topic Cut
  85.   « Cut editing function |CUT»▄   «INDEX»   «COMMANDS»
  86.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  87. Erase the selected text from screen and copies it in the «clipboard». Erased text
  88. can be «pasted|PASTE» back in the document.
  89.  
  90.      «Undo last deletion|UNDO»
  91.      «Copy editing function|COPY»
  92.      «Paste editing function|PASTE»
  93.      «Erase editing function|ERASE»
  94.  
  95. .topic Clipboard=Message
  96. The clipboard can be viewed as an hiden editor in which blocks of
  97. text that were cut or copied are stored.
  98.  
  99. .topic Copy
  100.   « Copy editing function |Copy»▄   «INDEX»   «COMMANDS»
  101.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  102. Copies the selected text in the «clipboard» without erasing it from screen.
  103. The text can be «pasted|PASTE» in the document at the cursor location.
  104.  
  105. Commands used in «EPED» for highlighting text are recognized, but
  106. behave slightly differently. A block can be defined by using <~Ctrl-K B~>
  107. and <~Ctrl-K K~> keys to mak its beginning and end. A as soon as the cursor
  108. is moved to a new location, the block disapears, but it has been copied to
  109. the clipboard, and can therefore be pasted anywhere by using <~Ctrl-K C~>. The
  110. main difference is when moving text. The block of text being copied needs to
  111. be erased before the cursor is moved. The block is first highlighted using
  112. <~Ctrl-K B~> and <~Ctrl-K K~> keys, then deleted using <~Ctrl-K Y~>, and only then
  113. the cursor is moved to the new location, and the text pasted using <~Ctrl-K C~>.
  114. <~Ctrl-KV~> does not do anything.
  115.  
  116. ~COPY~ can be used with the hypertyext viewer, as well as the calculator and
  117. the ASCII table.
  118.  
  119.      «Undo last deletion|UNDO»
  120.      «Cut editing function|cut»
  121.      «Paste editing function|PASTE»
  122.      «Erase editing function|ERASE»
  123.  
  124. .topic eped=Message
  125. EPED is the Epi Info standard word processor.
  126.  
  127. .topic Paste
  128.   « Paste editing function |PASTE»▄   «INDEX»   «COMMANDS»
  129.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  130. Copies the clipboard content at the cursor location. «Clipboard» contains the last
  131. block of text that was «cut» or «copied|COPY».
  132.  
  133. ~PASTE~ can be used to retrieve in the editor hypertext blocks that were
  134. copied to the clipboard using ~COPY~ or ~CUT~
  135.  
  136.      «Undo last deletion|UNDO»
  137.      «Cut editing function|CUT»
  138.      «Copy editing function|COPY»
  139.      «Erase editing function|ERASE»
  140.  
  141. .topic Erase
  142.   « Erase editing function |ERASE»▄   «INDEX»   «COMMANDS»
  143.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  144. This command erases the current block, without sending a copy in the
  145. «clipboard» as «Cut» and «Copy» does. Erased block cannot be retrieve by «Paste».
  146. However, it can be retrieved by «Undo» if the cursor was not moved.
  147.  
  148. Equivalent: ~Ctrl-Del~
  149.             ~Ctrl-Y~ erases the current line
  150.      «Undo last deletion|UNDO»
  151.      «Cut editing function|CUT»
  152.      «Copy editing function|COPY»
  153.      «Paste editing function|PASTE»
  154.  
  155. .topic Find
  156.   « Start a search |FIND»▄   «INDEX»   «COMMANDS»
  157.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  158. This command displays the search configuration box where text to be searched
  159. for and search modalities can be specified.
  160.  
  161. Equivalent: ~Ctrl-Q-F~
  162.  
  163.      «Search and replace|REPLACE»
  164.      «Next search|SEARCHAGAIN»
  165.  
  166. .topic Replace
  167.   « Start a search/replace |REPLACE»▄   «INDEX»   «COMMANDS»
  168.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  169. This command displays the search/replace configuration box where text to be
  170. searched for and replacing text as well as search/replace «modalities» can be specified.
  171.  
  172. Equivalent: ~Ctrl-Q-A~
  173.  
  174.      «Start search|FIND»
  175.      «Next search|SEARCHAGAIN»
  176. .topic modalities=Message
  177. Modalities include prompting for all changes, word only, or case sensitive
  178. search.
  179. .topic SearchAgain
  180.   « Next search |SEARCHAGAIN»▄   «INDEX»   «COMMANDS»
  181.    ▀▀▀▀▀▀▀▀▀▀▀▀▀
  182. Repeats next «search|FIND» or «replace» command with same criteria.
  183.  
  184. Equivalent: ~Ctrl-L~
  185.  
  186. .topic Resize
  187.   « Size/Move |RESIZE»▄   «INDEX»   «COMMANDS»   « Windows |WINDOWS»
  188.    ▀▀▀▀▀▀▀▀▀▀▀
  189. Choose this command to change the size or position of the active
  190. window.
  191.  
  192. If you press ~Shift~ while you use the arrow keys, you can change
  193. the size of the active window. Once you've adjusted its size or
  194. position, press Enter.
  195.  
  196. If a window has a «Resize corner|RESCORN», you can drag that corner to
  197. resize the window.
  198.  
  199. When you choose Size/Move, the active window moves in
  200. response to the arrow keys. Once you've moved the window to where
  201. you want it, press Enter.
  202.  
  203. You can also move a window by dragging its title bar with the
  204. mouse.
  205.  
  206. RESIZE is disabled when an hypertext window is in «full screen|FULLSCR» mode.
  207. .topic rescorn=Message
  208. ╚═════════■░░░░░░░░░░░░░░░░░░─┘  this is the resize corner
  209.  
  210. .topic Zoom
  211.   « Zoom |ZOOM»▄   «INDEX»   «COMMANDS»   « Windows |WINDOWS»
  212.    ▀▀▀▀▀▀
  213. Choose ~Zoom~ to resize the active window to the maximum size. If
  214. the window is already zoomed, you can choose this command to
  215. restore it to its previous size.
  216.  
  217. You can also ~double-click~ anywhere on the window's «title bar|TITBAR»
  218. (except where an icon appears) to zoom in or zoom out the window.
  219. .topic titbar=Message
  220. ╔═[■]═══════[C:\EPI5\MYFILE]═══════[]═╗  this is the title bar
  221.  
  222. .topic Tile
  223.   « Tile windows |TILE»▄   «INDEX»   «COMMANDS»   « Windows |WINDOWS»
  224.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  225. Choose Tile or press <~Ctrl-F7~> to tile all windows on the «desktop».
  226.  
  227.  ┌─────────────────────────────────────┐
  228.  │ ~╔════════════1══╗~ ┌────────────2──┐ │
  229.  │ ~║               ║~ │               │ │
  230.  │ ~║               ║~ │               │ │
  231.  │ ~║               ║~ │               │ │
  232.  │ ~╚═══════════════╝~ └───────────────┘ │
  233.  │ ┌────────────3──┐ ┌────────────4──┐ │
  234.  │ │               │ │               │ │
  235.  │ │               │ │               │ │
  236.  │ │               │ │               │ │
  237.  │ └───────────────┘ └───────────────┘ │
  238.  └─────────────────────────────────────┘
  239.              Tiled Windows
  240.  
  241. Tiling for the first 3 windows can be set to ~horizontal~ or to ~vertical~ in the
  242. «SETPRINTER» option of the File menu.
  243.  
  244. .topic desktop=Message
  245. The desktop is the "background" of the program, on which all windows are added.
  246.  
  247. .topic CASCADE
  248.   « Cascade windows |CASCADE»▄   «INDEX»   «COMMANDS»   « Windows |WINDOWS»
  249.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  250. Choose Cascade or press <~Alt-F7~> to stack all windows on the «desktop».
  251.  
  252.  ┌───────────────────────────1─┐
  253.  │┌──────────────────────────2─┐
  254.  ││┌─────────────────────────3─┐
  255.  │││ ~╔═══════════════════════4═╗~
  256.  │││ ~║                         ║~
  257.  │││ ~║                         ║~
  258.  │││ ~║                         ║~
  259.  │││ ~║                         ║~
  260.  │││ ~║                         ║~
  261.  └└└ ~╚═════════════════════════╝~
  262.  
  263.         ~Cascaded Windows~
  264.  
  265. .topic Next
  266.   « Next window |NEXT»▄   «INDEX»   «COMMANDS»   « Windows |WINDOWS»
  267.    ▀▀▀▀▀▀▀▀▀▀▀▀▀
  268.  
  269. Choose ~Next~ or press ~F6~ to cycle forwards through the windows on the «desktop».
  270.  
  271. .topic Close
  272.   « Close window |CLOSE»▄   «INDEX»   «COMMANDS»   « Windows |WINDOWS»
  273.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  274.  
  275. Choose ~Close~, or press <~Escape~>, or ~F4~, or ~F10~ to close the active
  276. window.
  277.  
  278. You can also click the ~Close~ box in the upper left corner (═[~■~]═) to
  279. close a window.
  280.  
  281. .topic VIEWHYPER
  282.   « Using the Hypertext Viewer |VIEWHYPER»▄   «INDEX»   «COMMANDS»
  283.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  284. The hypertext viewer displays files containing hypertext. Hypertext is the
  285. ~non-linear viewing of information.~ Rather than using the usual top bottom
  286. approach to access information in a text file, a hypertext file allows the
  287. user to navigate from one block of information to another, by just clicking
  288. on «highlighted|VIEWHYPER» options (this one does not go anywhere!). 
  289.  
  290. Hypertext approach is appropriate when there is a large amount of data to
  291. access, when the data is hierarcally organized, or when users will be
  292. interested with only a small specific portion of the information.
  293.  
  294. Hypertext screens can be printed («PRINT» menu option of <F5>) or copied to the
  295. clipboard («COPY» menu option of <Ctrl-Ins>). From the clipboard, the hypertext
  296. screen can be «PASTEd|PASTE» to a NEW text file for further edition and saving.
  297.  
  298. Multiple copies of the same hypertext file can be opened on the «desktop» at the
  299. same time, allowing multiple views of the same file.
  300.  
  301. .topic ClearDesktop
  302.   « Clear the desktop |CLEARDESKTOP»▄   «INDEX»   «COMMANDS»
  303.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  304. Erase all windows currently opened on the «desktop».
  305.  
  306. .topic Calc
  307.   « Pop-up calculator |CALC»▄   «INDEX»   «COMMANDS»
  308.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  309. This option or pressing <~Alt-F2~> displays a pop-up calculator.
  310.  
  311. Numeric keys, ~+,-,*,/,=,C~ are active keys.
  312.  
  313. Square root is activated by pressing ~S~ or by clicking on the button with the mouse.
  314.  
  315. You can ~copy~ any result from a calculation to the clipboard using
  316. <~Ctrl-Ins~> or the Copy option of the Edit menu.
  317.  
  318. Follow the steps:
  319.  
  320.           ■ open the Calculator
  321.           ■ perform the calculation
  322.           ■ copy it to the clipboard by <~Ctrl-Ins~>
  323.           ■ paste it in the editor with <~Shift-Ins~>
  324.  
  325. .topic setup
  326.   « Parameter configuration dialog box |SETUP»▄   «INDEX»   «COMMANDS»
  327.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  328. This dialog box defines 5 parameters that can be referenced in command blocks
  329. by ~%P1~ to ~%P5~ parameters. These parameters can be used to reference directories,
  330. or command lines. The value and the corresponding label can be defined.
  331.  
  332. By default, the label of the parameter is ~Value for parameter~. These options are saved
  333. in a file created and maintained by Epiglue. It has the same name as the .MNU
  334. file, but with a .CFG extension. It is saved by default in the c:\EPI6
  335. directory if such a directory exists. Otherwise, it is saved in the root
  336. directory of drive C. Forcing the setup file in a predefined directory on
  337. drive C allows multiple users on a network to use one copy of the .EXE file
  338. but as many .MNU and .CFG files as PCs on the network.
  339.  
  340. Example
  341.  
  342.   ~DoSomething~
  343.  * Starts the program SOMTHNG.EXE from the %P1 directory
  344.   ~BEGIN
  345.    CD %P1
  346.    SOMETHNG.EXE
  347.   END~
  348.  
  349.   ~DoRunPrograms~
  350.  * Starts analysis with a .PGM file located in the %P2 directory
  351.  * Do not forget the '\' after the %P2 option.
  352.   ~BEGIN
  353.       ANALYSIS %P2\ANYPROG.PGM
  354.   END~
  355.  
  356.    ~LaunchWP~
  357.   * Starts Word perfect assuming the value ~C:\WP51\WP.EXE~
  358.   * has been indicated in the parameter configuration dialog
  359.   BEGIN
  360.      %P1
  361.   END
  362.  
  363. The configuration file for the last example would appear as follows:
  364.  
  365.   ~0~
  366.   ~LPT1~
  367.   ~Word processor command line~
  368.   ~C:\WP51\WP.EXE~
  369.   ~Value for parameter 2~
  370.   
  371.   ~Value for parameter 3~
  372.   
  373.   ~Value for parameter 4~
  374.   
  375.   ~Value for parameter 5~
  376.   
  377.   ~0[Autoindent: 1=ON, 0=OFF]~
  378.   ~1[Tiling: 1=Vertical, 0=Horizontal]~
  379.  
  380. .TOPIC ASCII
  381.   « ASCII Table |ASCII»▄   «INDEX»   «COMMANDS»
  382.    ▀▀▀▀▀▀▀▀▀▀▀▀▀
  383. This option or pressing <~Alt-F4~> displays an ASCII table showing all 256 available characters
  384. as well as their decimal and hexadecimal value. 
  385.  
  386. You can use the mouse to highlight one particular character, and ~copy~ it
  387. to the clipboard using <~Ctrl-Ins~> or the Copy option of the Edit menu.
  388.  
  389. For example, to draw a line in an editor:
  390.  
  391.           ■ open the ASCII table
  392.           ■ highlight the character you want such as "─"
  393.           ■ copy it to the clipboard by <~Ctrl-Ins~>
  394.           ■ paste it repeatidly with <~Shift-Ins~>
  395.  
  396. .topic SetPrinter
  397.   « Configuration |SETPRINTER»▄   «INDEX»   «COMMANDS»
  398.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  399. The configuration dialog box allows for ~printer port~ and «initialization string|INITSTR»
  400. customization, as well as «autoindent» mode for the editor
  401. and ~vertical tiling~ of windows. Options are saved when quitting the program.
  402.  
  403. Setup strings for initialization of printers can be found in printer manuals.
  404. EPIGLUE accepts either the decimal code of the character, or the actual character.
  405. If an ASCII decimal code is used it should follow a ~\~ character, and should
  406. include 3 digits. Such ASCII codes can be found in most operating system manuals.
  407. Many printer codes include the Escape character. This character cannot be
  408. entered as literal. It will be entered as \027 (meaning a decimal code
  409. corresponding to the 27th character of the standard ASCII table). Codes
  410. for the following printers are supplied as examples:
  411.  
  412.   «Epson FX, MX, or RX|EPFX»                 «Epson LQ1500|EPLQ»
  413.   «HP LaserJet|HPLJ»                         «HP ThinkJet|HPTJ»
  414.   «IBM 5182, Proprinter|IBMP»                «IBM QuietWriter|IBMQ»
  415.   «NEC 8023A|NECA»                           «Okidata Microline|OKMI»
  416.   «Okidata Pacemark|OKIP»                    «Star Micronix Gemini|STMG»
  417.   «Okidata IBM Compatible|OKMP»              «TI 850, 855, and 865|TI85»
  418.   «Toshiba P351, P1350, and P1351|TOSH»
  419.   
  420. .topic INITSTR=Message
  421. The initialization string for the printer is a sequence of characters sent to
  422. the printer prior to any printing job. This is used to change the configuration
  423. of the printer, such as printing in landscape, or in compressed mode.
  424.  
  425. .topic clnd
  426.   « Pop-up Calendar |CLND»▄   «INDEX»   «COMMANDS»
  427.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  428. This option or pressing <~Alt-F3~> displays a pop-up calendar. The current ~MMWR~ (Morbidity and
  429. Mortality Weekly Report) is displayed. The MMWR week No is valid from 1975
  430. to 2040. For years outside this range, week No 53 may not be accurate.
  431.  
  432.         Keys            Action
  433.         ══════════════════════════════
  434.         ~             ~  Next day
  435.         ~             ~  Previous day
  436.         ~             ~  Previous week
  437.         ~             ~  Next week
  438.         ~PgDown        ~  Next month
  439.         ~PgUp          ~  Previous month
  440.         ~Ctrl-PgDown   ~  Next year
  441.         ~Ctrl-PgUp     ~  Previous year
  442.  
  443. .topic PPARAM
  444.   « %Px directories |PPARAM»▄   «INDEX»   «COMMANDS»
  445.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  446. Five predefined directories can be referenced in command blocks
  447. by ~%P1 to %P5~ parameters. This permits the design of generic application
  448. portable on various systems using different directory trees. These default directories
  449. can be defined in the «directory configuration|SETUP» dialog box.
  450.  
  451. Example
  452.  
  453.   ~DoSomething~
  454.  * Starts the program SOMTHNG.EXE from the %P1 directory
  455.    ~BEGIN
  456.     CD %P1
  457.     SOMETHNG.EXE
  458.    END~
  459.  
  460.   ~DoRunPrograms~
  461.  * Starts analysis with a .PGM file located in the %P2 directory
  462.  * Do not forget the '\' after the %P2 option.
  463.   ~BEGIN
  464.       ANALYSIS %P2\ANYPROG.PGM
  465.   END~
  466.  
  467. .TOPIC EPFX
  468.   « Epson FX, MX, or RX printers |SETPRINTER»▄   «INDEX»   «COMMANDS»
  469.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  470.  
  471.   Master reset                          \027@
  472.   Select compressed mode                \015
  473.   Cancel compressed mode                \018
  474.   Select 12 cpi                         \027M
  475.   Select 10 cpi                         \027P
  476.   Select expanded mode                  \014
  477.   Cancel expanded mode                  \020
  478.   Select letter quality mode            \027x1
  479.   Select draft mode                     \027x0
  480.   Select proportional mode              \027p1
  481.   Cancel proportional mode              \027p0
  482.   Single space text                     \0272
  483.   Double space text                     \027J24
  484.  
  485. .TOPIC EPLQ
  486.   « Epson LQ1500 printer |SETPRINTER»▄   «INDEX»   «COMMANDS»
  487.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  488.  
  489.   Master reset                          \027@
  490.   Select compressed mode                \027x0\015
  491.   Select expanded mode                  \027w\001
  492.   Select letter quality mode            \027x1
  493.   Select 12 cpi                         \027M
  494.   Select 10 cpi                         \027P
  495.   Single space text                     \0272
  496.   Double space text                     \027\065\020
  497.   8 lines per inch                      \0270
  498.  
  499. .TOPIC HPLJ
  500.   « HP LaserJet printers |SETPRINTER»▄   «INDEX»   «COMMANDS»
  501.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  502.     ~Portrait~
  503.  
  504.        ~Letter-size paper~
  505.            60 lines per page
  506.               10 cpi                    \027E
  507.               16.66 cpi                 \027(s16.66H
  508.            66 lines per page
  509.               10 cpi                    \027&l7.27C
  510.               16.66 cpi                 \026&l7.27C\027(s16.66H
  511.  
  512.        ~Legal-size paper (legal tray)~
  513.            78 lines per page
  514.               10 cpi                    \027E
  515.               16.66 cpi                 \027(s16.66H
  516.            104 lines per page
  517.               10 cpi                    \027&l8D
  518.               16.66 cpi                 \026&l8D\027(s16.66H
  519.  
  520.        ~Legal-size paper (manual tray)~
  521.            78 lines per page
  522.               10 cpi                    \027&l84p2H
  523.               16.66 cpi                 \027&l84p2H\027(s16.66H
  524.            104 lines per page
  525.               10 cpi                    \027&l84p2h0o8D
  526.               16.66 cpi                 \026&l84p2h0o8D\027(s16.66H
  527.  
  528.     ~Landscape~
  529.  
  530.        ~Letter-size paper~
  531.            60 lines per page
  532.               10 cpi                    \027&l1O
  533.               16.66 cpi                 \027&l1O\027(s16.66H
  534.            66 lines per page
  535.               10 cpi                    \027&l1o5.45C
  536.               16.66 cpi                 \026&l1o5.45C\027(s16.66H
  537.  
  538.        ~Legal-size paper (legal tray)~
  539.            78 lines per page
  540.               10 cpi                    \027&l1O
  541.               16.66 cpi                 \027&l1O(s16.66H
  542.            104 lines per page
  543.               10 cpi                    \027&l1o5.45C
  544.               16.66 cpi                 \026&l1o5.45C\27(s16.66H
  545.  
  546.        ~Legal-size paper (manual tray)~
  547.            78 lines per page
  548.               10 cpi                    \027&l84p2h1O
  549.               16.66 cpi                 \027&l84p2h1O\027(s16.66H
  550.            104 lines per page
  551.               10 cpi                    \027&l84p2h1o5.45C
  552.               16.66 cpi                 \026&l84p2h1o5.45C\027(s16.66H
  553. .TOPIC HPTJ
  554.   « HP ThinkJet printers |SETPRINTER»▄   «INDEX»   «COMMANDS»
  555.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  556.  
  557.  Select compressed mode                 \016
  558.  Select expanded mode                   \014
  559.  Select emphasized mode                 \027E
  560.  8 lines per page                       \0270
  561.  
  562. .TOPIC IBMP
  563.   « IBM 5182 printers |SETPRINTER»▄   «INDEX»   «COMMANDS»
  564.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  565.  Color printer, Color Jetprinter, Graphics, and Proprinter
  566.  
  567.  Master reset                           \024
  568.  Select letter quality                  \027I2
  569.  Select compressed mode                 \015
  570.  Cancel compressed mode                 \018
  571.  Select expanded mode                   \027W1
  572.  Cancel expanded mode                   \027W0
  573.  Select 12 cpi                          \027\058
  574.  Select skip-over perforation           \027N(n)
  575.  Cancel skip-over perforation           \027O
  576.  Single-space text                      \0272
  577.  Double-space text                      \027A24
  578.  8 lines per inch                       \027\048
  579.  
  580. .TOPIC IBMQ
  581.   « IBM QuietWriter printers |SETPRINTER»▄   «INDEX»   «COMMANDS»
  582.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  583.  
  584.  Model 1 and 2
  585.  
  586.  Select compressed mode                 \015\027\073\000
  587.  Select expanded mode                   \027\087\001
  588.  Double-space text                      \027\065\024\027\050
  589.  8 lines per inch                       \027\048
  590.  
  591. .TOPIC NECA
  592.   « NEC 8023A printer |SETPRINTER»▄   «INDEX»   «COMMANDS»
  593.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  594.  
  595.  Select compressed mode                 \027Q
  596.  Select 12 cpi                          \027E
  597.  Select 10 cpi                          \027N
  598.  Double-space text                      \027\092,T,48
  599.  Single-space text                      \027A
  600.  8 liners per inch                      \027B
  601.  
  602. .TOPIC OKMI
  603.   « Okidata Microline printer |SETPRINTER»▄   «INDEX»   «COMMANDS»
  604.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  605.  
  606.  Master reset                           \027\024
  607.  Select letter quality mode             \027\049
  608.  Select compressed mode                 \029
  609.  Select 12 cpi                          \028
  610.  Select 10 cpi                          \030
  611.  Double-space text                      \027\037\057\048
  612.  Single-space text                      \027\054
  613.  8 lines per inch                       \027\056
  614.  Select expanded mode
  615.  
  616. .TOPIC OKIP
  617.   « Okidata Pacemark printer |SETPRINTER»▄   «INDEX»   «COMMANDS»
  618.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  619.  
  620.  Select letter quality mode             \027\055
  621.  Select compressed mode                 \027\066
  622.  Select 12 cpi                          \027\065
  623.  Select 10 cpi                          \027\054
  624.  Double-space text                      \027\037\057\048
  625.  Single-space text                      \027\052
  626.  8 lines per inch                       \027\053
  627.  Select expanded mode
  628.  
  629. .TOPIC OKMP
  630.   « Okidata IBM Compatible |SETPRINTER»▄   «INDEX»   «COMMANDS»
  631.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  632.  
  633.  Okidata Pacemark and Microline IBM compatible
  634.  
  635.  Select letter quality mode             \027\073\003
  636.  Select compressed mode                 \015
  637.  Select 12 cpi                          \027\058
  638.  Select 10 cpi                          \018
  639.  Double-space text                      \027A0\0272
  640.  Single-space text                      \027A0\024\0272
  641.  8 lines per inch                       \027\048
  642.  Select expanded mode                   \027\087\049
  643.  
  644. .TOPIC STMG
  645.   « Star Micronix Gemini printer |SETPRINTER»▄   «INDEX»   «COMMANDS»
  646.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  647.  
  648.  Master reset                           \027\064
  649.  Select compressed mode                 \015
  650.  Select 12 cpi                          \027\066\002
  651.  Select 10 cpi                          \018
  652.  Double-space text                      \027065\024
  653.  Single-space text                      \0272
  654.  8 lines per inch                       \0270
  655.  Select expanded mode                   \027\087\001
  656.  
  657. .TOPIC TI85
  658.   « Texas Instrument printers |SETPRINTER»▄   «INDEX»   «COMMANDS»
  659.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  660.  
  661.  Texas Instrument 850, 855, and 865 printers
  662.  
  663.  Master reset                           \027@
  664.  Select letter quality                  \027q
  665.  Select compressed mode                 \027P
  666.  Select 12 cpi                          \027z
  667.  Select 10 cpi                          \027y
  668.  Double-space text                      \027\028\049
  669.  Single-space text                      \0272
  670.  8 lines per inch                       \0270
  671.  Select expanded mode                   \027F
  672.  
  673. .TOPIC TOSH
  674.   « Toshiba printers |SETPRINTER»▄   «INDEX»   «COMMANDS»
  675.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  676.  
  677.  Toshiba P351, P1350, and P1351 printers
  678.  
  679.  Master reset                           \027\0261
  680.  Select compressed mode                 \027\091
  681.  Select 12 cpi                          \027*1\027E10
  682.  Double-space text                      \027L16
  683.  Select expanded mode                   \027!
  684.  
  685. .topic WINDOWS
  686.    « Actions that can be carried out on an editor window |WINDOWS»▄   «INDEX»   «COMMANDS»
  687.     ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  688.    « Actions that can be carried out on an hypertext window |HWINDOWS»
  689.  
  690.        Double click on title bar to toggle zooming
  691.  
  692.    ~Editor window~
  693.  
  694.    Click to «close»                                  Click to «zoom»
  695.                ~╔═[■]═══════[C:\EPI5\MYFILE]═══════[]═╗~
  696.                ~║ Bla bla bla...                       ~
  697.                ~║                                      ░~
  698.                ~║                                      ░~   Position of the
  699.                ~║                                      ░~   cursor in the
  700.                ~║                                      ■~  file
  701.                ~║                                      ░~
  702.                ~║                                      ░~  Click here to
  703.                ~║                                      ~   scroll up and down
  704.                ~╚═══════════■░░░░░░░░░░░░░░░░░░░░───┘~
  705.   means that the                                  
  706.  file was modified         Click here to scroll      Resize corner
  707.                            left and right            Click here to «resize»
  708.  
  709. .topic HWINDOWS
  710.    « Actions that can be carried out on an hypertext window |HWINDOWS»▄   «INDEX»   «COMMANDS»
  711.     ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  712.    « Actions that can be carried out on an editor window |WINDOWS»
  713.  
  714.        Double click on title bar to toggle zooming
  715.  
  716.     ~Hypertext window~
  717.  
  718.    Click to «close»    
  719.                                                  Click to «zoom»
  720.     ~╔═[■]════════[C:\EPI5\MYFILE.HLP]══════════[]═╗~
  721.     ~║~ Bla bla bla...                               ~~
  722.     ~║~ Go to   ~There~                                ~░~
  723.     ~║~                                             ~░~   Position of the
  724.     ~║~          Click on keyword to switch topics   ~░~   cursor in the
  725.     ~║~                                              ~■~  topic
  726.     ~║~                    Click here to move        ~░~
  727.     ~║~                    - 1 screen at a time ────~░~
  728.     ~║~                    - 1 column at a time─┐    ~░~
  729.     ~║~                                             ~~
  730.     ~╚═▌ |           |   2/  8▐ ■░░░░░░░░░░░──┘~
  731.                                  
  732.         │    │    │    │    │   │   │   │
  733.         │    │    │    │    │   │   │   └── Text «scrollbar»
  734.         │    │    │    │    │   │   └── Scroller position indicator
  735.         │    │    │    │    │   └── Total # of hypertext screens seen
  736.         │    │    │    │    └── Current screen # when browsing
  737.         │    │    │    └──  Go to last screen
  738.         │    │    └── Go forward one screen
  739.         │    └── Go back one screen
  740.         └── Goto first screen
  741.  
  742. .TOPIC SCROLLBAR=MESSAGE
  743. A scrollbar is a device giving the ability to move quickly through the text of a document
  744. .TOPIC INDEX
  745.   « Alphabetical INDEX |INDEX»▄   «COMMANDS»
  746.     ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  747.   « About |ABOUT»
  748.   « Actions that can be carried out on an editor window |WINDOWS»
  749.   « Actions that can be carried out on a hypertext window |HWINDOWS»
  750.   « ASCII Table |ASCII»
  751.   « Cascade windows |CASCADE»
  752.   « Clear the desktop |CLEARDESKTOP»
  753.   « Close window |CLOSE»
  754.   « Configuration |SETPRINTER»
  755.   « Copy editing function |COPY»
  756.   « Cut editing function |CUT»
  757.   « Directory configuration dialog box |SETUP»
  758.   « Epson FX, MX, or RX printers |EPFX»
  759.   « Epson LQ1500 printer |EPLQ»
  760.   « Erase editing function |ERASE»
  761.   « Fullscreen mode |FULLSCR»
  762.   « HP LaserJet printers |HPLJ»
  763.   « HP ThinkJet printers |HPTJ»
  764.   « IBM 5182 printers |IBMP»
  765.   « IBM QuietWriter printers |IBMQ»
  766.   « NEC 8023A printer |NECA»
  767.   « Next search |SEARCHAGAIN»
  768.   « Next window |NEXT»
  769.   « Okidata IBM Compatible |OKMP»
  770.   « Okidata Microline printer |OKMI»
  771.   « Okidata Pacemark printer |OKIP»
  772.   « Open a file for editing |EditFile»
  773.   « Open a new editor |EditNewFile»
  774.   « Paste editing function |PASTE»
  775.   « Pop-up calculator |CALC»
  776.   « Pop-up Calendar |CLND»
  777.   « Print |PRINT»
  778.   « %Px directories |PPARAM»
  779.   « Quit |QUIT»
  780.   « Undo last deletion at the cursor location |UNDO»
  781.   « Save current Editor file as... |SAVEAS»
  782.   « Save Editor File |SAVE»
  783.   « Size/Move |RESIZE»
  784.   « Star Micronix Gemini printer |STMG»
  785.   « Start a search |FIND»
  786.   « Start a search/replace |REPLACE»
  787.   « Texas Instrument printers |TI85»
  788.   « Tile windows |TILE»
  789.   « Toshiba printers |TOSH»
  790.   « Using the Hypertext Viewer |VIEWHYPER»
  791.   « Zoom |ZOOM»
  792.  
  793. .TOPIC COMMANDS
  794.   « Commands |COMMANDS»▄   «INDEX»   
  795.     ▀▀▀▀▀▀▀▀▀
  796. Menu shortcuts
  797.        ~F1~                      Context sensitive help
  798.        ~F2~                      Open new file in the editor
  799.        ~F3~                      Open existing file
  800.        ~F4~                      Close
  801.        ~F5~                      Print
  802.        ~F6~                      Next window
  803.        ~F7~                      Zoom
  804.        ~F8~                      Menu
  805.        ~F9~                      Save
  806.        ~F10~     ~Alt-X~           Quit
  807.        ~Ctrl-F3~                 View an existing hypertext file
  808.        ~Ctrl-F4~                 Clear the desktop
  809.        ~Ctrl-F5~                 Setup
  810.        ~Ctrl-F6~                 Resize
  811.        ~Ctrl-F7~                 Tile
  812.        ~Alt-F2~                  Calculator
  813.        ~Alt-F3~                  Calendar
  814.        ~Alt-F4~                  ASCII Table
  815.        ~Alt-F5~                  Directory maintenance
  816.        ~Alt-F7~                  Cascade
  817.  
  818. Cursor commands:
  819.        Next character          ~Ctrl-S~ or ~->~
  820.        Previous character      ~Ctrl-D~ or ~<-~
  821.        Next word               ~Ctrl-F~ or ~Ctrl ->~
  822.        Previous word           ~Ctrl-A~ or ~Ctrl <-~
  823.        Next line               ~Ctrl-X~ or ~up~ key
  824.        Previous line           ~Ctrl-E~ or ~down~ key
  825.        Scroll up               ~Ctrl-W~
  826.        Scroll down             ~Ctrl-Z~
  827.        Next screen             ~Ctrl-C~ or ~PgDown~
  828.        Previous screen         ~Ctrl-R~ or ~PgUp~
  829.  
  830. Block commands:
  831.        Begin block             ~Ctrl-KB~       ~Shift arrow key~
  832.        End block               ~Ctrl-KK~
  833.        Copy block              ~Ctrl-KC~       ~Ctrl-Ins~
  834.        Move block                              ~Shilt-Del~
  835.        Paste block                             ~Shift-Ins~
  836.        Erase block             ~Ctrl-K Y~      ~Ctrl-Del~      ~Erase~
  837.  
  838. Other commands:
  839.        Toggles «fullscreen|FULLSCR» and framed    ~Ins~
  840.        Toggles INS/OVR                  ~Ctrl-V~
  841.        Erase line                       ~Ctrl-Y~
  842.        Search                           ~Ctrl-QF~
  843.        Replace                          ~Ctrl-QA~
  844.        Next search                      ~Ctrl-L~
  845.        Toggle autoindent mode           ~Ctrl-O~  
  846.  
  847. .TOPIC FULLSCR
  848.   « Size/Move |RESIZE»▄   «INDEX»   «COMMANDS»   « Windows |WINDOWS»
  849.    ▀▀▀▀▀▀▀▀▀▀▀
  850. Pressing the <~insert~> key toggles the hypertext window mode: 
  851.  
  852.         ■ Framed window with menu and status line
  853.         ■ Framed window, no menu, no statusline
  854.         ■ Unframed window, no menu, no status line